Package com.cisco.pt.ipc.sim.impl
Class AsaNatv6ProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.NATProcessImpl
com.cisco.pt.ipc.sim.impl.AsaNatv6ProcessImpl
- All Implemented Interfaces:
IPCObject,AsaNatv6Process,NATProcess,Process
Information provided by the PKI file:
\class AsaNatv6Process
\brief AsaNatv6Process is the process that handles Nat for asa.
\example network().getDevice("Router0").getProcess("AsaNatv6Process")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionAsaNatv6ProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Methods inherited from class com.cisco.pt.ipc.sim.impl.NATProcessImpl
addNatPool, clearAllTranslations, getInSrcList, getInSrcListAt, getInSrcListCount, getInSrcStaticAt, getInSrcStaticCount, getNatPool, getNatPoolAt, getNatPoolCount, getNatTable, getOutSrcList, getOutSrcListAt, getOutSrcListCount, getOutSrcStaticAt, getOutSrcStaticCount, removeInSrcList, removeNatPool, removeOutSrcListMethods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.NATProcess
addNatPool, clearAllTranslations, getInSrcList, getInSrcListAt, getInSrcListCount, getInSrcStaticAt, getInSrcStaticCount, getNatPool, getNatPoolAt, getNatPoolCount, getNatTable, getOutSrcList, getOutSrcListAt, getOutSrcListCount, getOutSrcStaticAt, getOutSrcStaticCount, removeInSrcList, removeNatPool, removeOutSrcListMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
AsaNatv6ProcessImpl
public AsaNatv6ProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-